home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / presize.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-04  |  597 b   |  36 lines

  1. /*
  2.  *--- PResize.h -----------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PResize__
  10. #define __PResize__
  11.  
  12.  
  13. #include "PMTypes.h"
  14.  
  15.  
  16. class PResize
  17. {
  18.  
  19. public:
  20.  
  21.     PResize
  22.       (    short    cHandle,
  23.         long    xLocation,
  24.         long    yLocation,
  25.         PMBool    bProp,
  26.         PMBool    bBestSize );
  27.  
  28. private:
  29.  
  30.     PResize();
  31. };
  32.  
  33. #endif
  34.  
  35. // end of PResize.h
  36.